home *** CD-ROM | disk | FTP | other *** search
-
- ******************************************************************
- * *
- * FUTURE.I *
- * *
- * Copyright (C) 1985, Commodore Amiga Inc. All rights reserved. *
- * *
- * Portions copyright 1986 Applied Vision, 15 Oak Ridge Road, *
- * Medford, Mass. 02155 (617) 488-3602 *
- * *
- ******************************************************************
-
- *****************************************************************
- *
- * future.i -- external declarations for Future Sound library
- *
- * SOURCE CONTROL
- * ------ -------
- * $Header: ramlib.i,v 31.1 86/06/20 18:54:00 jjf Exp $
- *
- * $Locker: john foust $
- *
- *****************************************************************
-
-
- ;-----------------------------------------------------------------------
- ;
- ; library function definitions
- ;
- ;-----------------------------------------------------------------------
-
- LIBINIT
- LIBDEF FSPLAY
- LIBDEF MLFUNC1
-
- ;-----------------------------------------------------------------------
- ;
- ; library data structures
- ;
- ;------------------------------------------------------------------------
-
- STRUCTURE MyLib,LIB_SIZE
- ULONG ml_SysLib
- ULONG ml_DosLib
- ULONG ml_SegList
- UBYTE ml_Flags
- UBYTE ml_pad
- LABEL MyLib_Sizeof
-
-
- FSLIBNAME MACRO
- DC.B 'future.library',0
- ENDM
-
-